SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 54238: The SAS® 9.4 Web Administration Console displays old user sessions

DetailsHotfixAboutRate It

The SAS 9.4 Web Administration Console displays very old user sessions. These sessions are not cleaned up in the PostgreSQL database. For example, if you log on to the Web Administration Console and select Users in the navigation pane, old user sessions (even a few months old) are displayed, as shown in the following example:

image label

To clear the old sessions:

  1. Stop all of your SAS® 9.4 Web Application Server instances (for example, SASServer1_1, SASServer2_1, and so on). Ensure that all of the SASServer instances are stopped from within the server.log file.
  2. Perform the following PostgresSQL steps:
    1. Submit the following command from a Microsoft Windows prompt or a UNIX terminal prompt (that is, in the operating environment on which SAS 9.4 Web Infrastructure Platform Data Server is configured):
    2. SAS_HOME\SASWebinfrastructurePlatformDataServer\9.4\bin\psql -U dbms-owner-ID -p 9432 SharedServices

      Note: You need to supply the password for the DBMS owner ID when you are prompted.

    3. At a SAS Shared Services command prompt, submit the following commands, in sequence:
    4. create table sas_user_x_ticket_backup as select * from sas_user_x_ticket; delete from sas_user_x_ticket; select * from sas_user_x_ticket; \q
  3. Start all SAS 9.4 Web Application Server instances (SASServer1_1, SASServer2_1, and so on).
  4. Log on to the Web Administration Console and check the authenticated users again. You should see only current sessions from the last start–up.


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise BI ServerMicrosoft® Windows® for x649.49.49.4 TS1M29.4 TS1M3
64-bit Enabled AIX9.49.49.4 TS1M29.4 TS1M3
64-bit Enabled Solaris9.49.49.4 TS1M29.4 TS1M3
Linux for x649.49.49.4 TS1M29.4 TS1M3
Solaris for x649.49.49.4 TS1M29.4 TS1M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.